True True True True True False True HINT HINT HINT DO_NOT_SHOW HINT DO_NOT_SHOW HINT DO_NOT_SHOW HINT HINT HINT HINT HINT HINT HINT DO_NOT_SHOW DO_NOT_SHOW HINT DO_NOT_SHOW <?xml version="1.0" encoding="utf-16"?><Profile name="StyleCop"><CSArrangeThisQualifier>True</CSArrangeThisQualifier><CSOptimizeUsings><OptimizeUsings>True</OptimizeUsings><EmbraceInRegion>False</EmbraceInRegion><RegionName></RegionName></CSOptimizeUsings><CSReformatCode>True</CSReformatCode><CSReorderTypeMembers>True</CSReorderTypeMembers><StyleCop.Documentation><SA1600ElementsMustBeDocumented>True</SA1600ElementsMustBeDocumented><SA1604ElementDocumentationMustHaveSummary>True</SA1604ElementDocumentationMustHaveSummary><SA1609PropertyDocumentationMustHaveValueDocumented>True</SA1609PropertyDocumentationMustHaveValueDocumented><SA1611ElementParametersMustBeDocumented>True</SA1611ElementParametersMustBeDocumented><SA1615ElementReturnValueMustBeDocumented>True</SA1615ElementReturnValueMustBeDocumented><SA1617VoidReturnValueMustNotBeDocumented>True</SA1617VoidReturnValueMustNotBeDocumented><SA1618GenericTypeParametersMustBeDocumented>True</SA1618GenericTypeParametersMustBeDocumented><SA1626SingleLineCommentsMustNotUseDocumentationStyleSlashes>True</SA1626SingleLineCommentsMustNotUseDocumentationStyleSlashes><SA1628DocumentationTextMustBeginWithACapitalLetter>True</SA1628DocumentationTextMustBeginWithACapitalLetter><SA1629DocumentationTextMustEndWithAPeriod>True</SA1629DocumentationTextMustEndWithAPeriod><SA1633SA1641UpdateFileHeader>ReplaceCopyrightElement</SA1633SA1641UpdateFileHeader><SA1639FileHeaderMustHaveSummary>True</SA1639FileHeaderMustHaveSummary><SA1642ConstructorSummaryDocumentationMustBeginWithStandardText>True</SA1642ConstructorSummaryDocumentationMustBeginWithStandardText><SA1643DestructorSummaryDocumentationMustBeginWithStandardText>True</SA1643DestructorSummaryDocumentationMustBeginWithStandardText><SA1644DocumentationHeadersMustNotContainBlankLines>True</SA1644DocumentationHeadersMustNotContainBlankLines></StyleCop.Documentation><StyleCop.Layout><SA1500CurlyBracketsForMultiLineStatementsMustNotShareLine>True</SA1500CurlyBracketsForMultiLineStatementsMustNotShareLine><SA1509OpeningCurlyBracketsMustNotBePrecededByBlankLine>True</SA1509OpeningCurlyBracketsMustNotBePrecededByBlankLine><SA1510ChainedStatementBlocksMustNotBePrecededByBlankLine>True</SA1510ChainedStatementBlocksMustNotBePrecededByBlankLine><SA1511WhileDoFooterMustNotBePrecededByBlankLine>True</SA1511WhileDoFooterMustNotBePrecededByBlankLine><SA1512SingleLineCommentsMustNotBeFollowedByBlankLine>True</SA1512SingleLineCommentsMustNotBeFollowedByBlankLine><SA1513ClosingCurlyBracketMustBeFollowedByBlankLine>True</SA1513ClosingCurlyBracketMustBeFollowedByBlankLine><SA1514ElementDocumentationHeaderMustBePrecededByBlankLine>True</SA1514ElementDocumentationHeaderMustBePrecededByBlankLine><SA1515SingleLineCommentMustBeProceededByBlankLine>True</SA1515SingleLineCommentMustBeProceededByBlankLine></StyleCop.Layout><StyleCop.Maintainability><SA1119StatementMustNotUseUnnecessaryParenthesis>True</SA1119StatementMustNotUseUnnecessaryParenthesis></StyleCop.Maintainability><StyleCop.Ordering><AlphabeticalUsingDirectives>Alphabetical</AlphabeticalUsingDirectives><ExpandUsingDirectives>FullyQualify</ExpandUsingDirectives><SA1212PropertyAccessorsMustFollowOrder>True</SA1212PropertyAccessorsMustFollowOrder><SA1213EventAccessorsMustFollowOrder>True</SA1213EventAccessorsMustFollowOrder></StyleCop.Ordering><StyleCop.Readability><SA1100DoNotPrefixCallsWithBaseUnlessLocalImplementationExists>True</SA1100DoNotPrefixCallsWithBaseUnlessLocalImplementationExists><SA1106CodeMustNotContainEmptyStatements>True</SA1106CodeMustNotContainEmptyStatements><SA1108BlockStatementsMustNotContainEmbeddedComments>True</SA1108BlockStatementsMustNotContainEmbeddedComments><SA1109BlockStatementsMustNotContainEmbeddedRegions>True</SA1109BlockStatementsMustNotContainEmbeddedRegions><SA1120CommentsMustContainText>True</SA1120CommentsMustContainText><SA1121UseBuiltInTypeAlias>True</SA1121UseBuiltInTypeAlias><SA1122UseStringEmptyForEmptyStrings>True</SA1122UseStringEmptyForEmptyStrings><SA1123DoNotPlaceRegionsWithinElements>True</SA1123DoNotPlaceRegionsWithinElements><SA1124CodeMustNotContainEmptyRegions>True</SA1124CodeMustNotContainEmptyRegions></StyleCop.Readability><StyleCop.Spacing><SA1001CommasMustBeSpacedCorrectly>True</SA1001CommasMustBeSpacedCorrectly><SA1005SingleLineCommentsMustBeginWithSingleSpace>True</SA1005SingleLineCommentsMustBeginWithSingleSpace><SA1006PreprocessorKeywordsMustNotBePrecededBySpace>True</SA1006PreprocessorKeywordsMustNotBePrecededBySpace><SA1021NegativeSignsMustBeSpacedCorrectly>True</SA1021NegativeSignsMustBeSpacedCorrectly><SA1022PositiveSignsMustBeSpacedCorrectly>True</SA1022PositiveSignsMustBeSpacedCorrectly><SA1025CodeMustNotContainMultipleWhitespaceInARow>True</SA1025CodeMustNotContainMultipleWhitespaceInARow></StyleCop.Spacing><CSArrangeQualifiers>True</CSArrangeQualifiers></Profile> Default: Full Cleanup StyleCop All False True 1 1 1 1 1 SEPARATE ALWAYS_ADD ALWAYS_ADD ALWAYS_ADD ALWAYS_ADD ALWAYS_ADD False False 1 1 False False False public protected internal private static new abstract virtual override sealed readonly extern unsafe volatile async NEVER False False NEVER False ALWAYS False True ALWAYS_USE ON_SINGLE_LINE False True False False True False True True CHOP_IF_LONG True True CHOP_IF_LONG CHOP_IF_LONG True True <?xml version="1.0" encoding="utf-16"?> <Patterns xmlns="urn:schemas-jetbrains-com:member-reordering-patterns"> <TypePattern DisplayName="COM interfaces or structs"> <TypePattern.Match> <Or> <And> <Kind Is="Interface" /> <Or> <HasAttribute Name="System.Runtime.InteropServices.InterfaceTypeAttribute" /> <HasAttribute Name="System.Runtime.InteropServices.ComImport" /> </Or> </And> <Kind Is="Struct" /> </Or> </TypePattern.Match> </TypePattern> <TypePattern DisplayName="P/Invoke classes called 'NativeMethods' (StyleCop)"> <TypePattern.Match> <And> <Kind Is="Class" /> <Name Is=".*NativeMethods" /> </And> </TypePattern.Match> </TypePattern> <TypePattern DisplayName="DataMember serialisation classes (StyleCop)"> <TypePattern.Match> <And> <Or> <Kind Is="Field" /> <Kind Is="Property" /> </Or> <HasAttribute Name="System.Runtime.Serialization.DataMemberAttribute" /> </And> </TypePattern.Match> </TypePattern> <TypePattern DisplayName="NUnit Test Fixtures" RemoveRegions="All"> <TypePattern.Match> <And> <Kind Is="Class" /> <HasAttribute Name="NUnit.Framework.TestFixtureAttribute" Inherited="True" /> </And> </TypePattern.Match> <Entry DisplayName="Setup/Teardown Methods"> <Entry.Match> <And> <Kind Is="Method" /> <Or> <HasAttribute Name="NUnit.Framework.SetUpAttribute" Inherited="True" /> <HasAttribute Name="NUnit.Framework.TearDownAttribute" Inherited="True" /> <HasAttribute Name="NUnit.Framework.FixtureSetUpAttribute" Inherited="True" /> <HasAttribute Name="NUnit.Framework.FixtureTearDownAttribute" Inherited="True" /> </Or> </And> </Entry.Match> </Entry> <Entry DisplayName="All other members" /> <Entry Priority="100" DisplayName="Test Methods"> <Entry.Match> <And> <Kind Is="Method" /> <HasAttribute Name="NUnit.Framework.TestAttribute" /> </And> </Entry.Match> <Entry.SortBy> <Name /> </Entry.SortBy> </Entry> </TypePattern> <TypePattern DisplayName="Default Pattern (StyleCop)" RemoveRegions="All"> <Entry DisplayName="Constants"> <Entry.Match> <Kind Is="Constant" /> </Entry.Match> <Entry.SortBy> <Access Order="Public Internal ProtectedInternal Protected Private" /> <Name /> </Entry.SortBy> </Entry> <Entry DisplayName="Static fields"> <Entry.Match> <And> <Kind Is="Field" /> <Static /> </And> </Entry.Match> <Entry.SortBy> <Access Order="Public Internal ProtectedInternal Protected Private" /> <Readonly /> <Name /> </Entry.SortBy> </Entry> <Entry DisplayName="Fields"> <Entry.Match> <Kind Is="Field" /> </Entry.Match> <Entry.SortBy> <Access Order="Public Internal ProtectedInternal Protected Private" /> <Readonly /> <Name /> </Entry.SortBy> </Entry> <Entry Priority="200" DisplayName="Constructors and Destructors"> <Entry.Match> <Or> <Kind Is="Constructor" /> <Kind Is="Destructor" /> </Or> </Entry.Match> <Entry.SortBy> <Static /> <Kind Order="Constructor Destructor" /> <Access Order="Public Internal ProtectedInternal Protected Private" /> </Entry.SortBy> </Entry> <Entry DisplayName="Delegates"> <Entry.Match> <Kind Is="Delegate" /> </Entry.Match> <Entry.SortBy> <Access Order="Public Internal ProtectedInternal Protected Private" /> <Static /> <Name /> </Entry.SortBy> </Entry> <Entry DisplayName="Public events"> <Entry.Match> <And> <Kind Is="Event" /> <Access Is="Public" /> </And> </Entry.Match> <Entry.SortBy> <Access Order="Public" /> <Static /> <Name /> </Entry.SortBy> </Entry> <Entry DisplayName="Interface events"> <Entry.Match> <And> <Kind Is="Event" /> <ImplementsInterface /> </And> </Entry.Match> <Entry.SortBy> <ImplementsInterface Immediate="True" /> <Name /> </Entry.SortBy> </Entry> <Entry DisplayName="Other events"> <Entry.Match> <Kind Is="Event" /> </Entry.Match> <Entry.SortBy> <Access Order="Public Internal ProtectedInternal Protected Private" /> <Static /> <Name /> </Entry.SortBy> </Entry> <Entry DisplayName="Enums"> <Entry.Match> <Kind Is="Enum" /> </Entry.Match> <Entry.SortBy> <Access Order="Public Internal ProtectedInternal Protected Private" /> <Name /> </Entry.SortBy> </Entry> <Entry DisplayName="Interfaces"> <Entry.Match> <Kind Is="Interface" /> </Entry.Match> <Entry.SortBy> <Access Order="Public Internal ProtectedInternal Protected Private" /> <Name /> </Entry.SortBy> </Entry> <Entry DisplayName="Public properties"> <Entry.Match> <And> <Kind Is="Property" /> <Access Is="Public" /> </And> </Entry.Match> <Entry.SortBy> <Static /> <Name /> </Entry.SortBy> </Entry> <Entry DisplayName="Interface properties"> <Entry.Match> <And> <Kind Is="Property" /> <ImplementsInterface /> </And> </Entry.Match> <Entry.SortBy> <ImplementsInterface Immediate="True" /> <Name /> </Entry.SortBy> </Entry> <Entry DisplayName="Other properties"> <Entry.Match> <Kind Is="Property" /> </Entry.Match> <Entry.SortBy> <Access Order="Public Internal ProtectedInternal Protected Private" /> <Static /> <Name /> </Entry.SortBy> </Entry> <Entry Priority="1000" DisplayName="Public indexers"> <Entry.Match> <And> <Kind Is="Indexer" /> <Access Is="Public" /> </And> </Entry.Match> <Entry.SortBy> <Static /> <Name /> </Entry.SortBy> </Entry> <Entry Priority="1000" DisplayName="Interface indexers"> <Entry.Match> <And> <Kind Is="Indexer" /> <ImplementsInterface /> </And> </Entry.Match> <Entry.SortBy> <ImplementsInterface Immediate="True" /> <Name /> </Entry.SortBy> </Entry> <Entry Priority="1000" DisplayName="Other indexers"> <Entry.Match> <Kind Is="Indexer" /> </Entry.Match> <Entry.SortBy> <Access Order="Public Internal ProtectedInternal Protected Private" /> <Static /> <Name /> </Entry.SortBy> </Entry> <Entry DisplayName="Public methods and operators"> <Entry.Match> <And> <Or> <Kind Is="Method" /> <Kind Is="Operator" /> </Or> <Access Is="Public" /> </And> </Entry.Match> <Entry.SortBy> <Static /> <Name /> </Entry.SortBy> </Entry> <Entry DisplayName="Interface methods"> <Entry.Match> <And> <Kind Is="Method" /> <ImplementsInterface /> </And> </Entry.Match> <Entry.SortBy> <ImplementsInterface Immediate="True" /> <Name /> </Entry.SortBy> </Entry> <Entry DisplayName="Other methods"> <Entry.Match> <Kind Is="Method" /> </Entry.Match> <Entry.SortBy> <Access Order="Public Internal ProtectedInternal Protected Private" /> <Static /> <Name /> </Entry.SortBy> </Entry> <Entry DisplayName="Operators"> <Entry.Match> <Kind Is="Operator" /> </Entry.Match> <Entry.SortBy> <Access Order="Public Internal ProtectedInternal Protected Private" /> <Static /> <Name /> </Entry.SortBy> </Entry> <Entry Priority="600" DisplayName="Nested structs"> <Entry.Match> <Kind Is="Struct" /> </Entry.Match> <Entry.SortBy> <Static /> <Access Order="Public Internal ProtectedInternal Protected Private" /> <Name /> </Entry.SortBy> </Entry> <Entry Priority="700" DisplayName="Nested classes"> <Entry.Match> <Kind Is="Class" /> </Entry.Match> <Entry.SortBy> <Static /> <Access Order="Public Internal ProtectedInternal Protected Private" /> <Name /> </Entry.SortBy> </Entry> <Entry DisplayName="All other members" /> </TypePattern> </Patterns> <?xml version="1.0" encoding="utf-8"?> <!-- Last updated 15.05.2012 --> <Patterns xmlns="urn:shemas-jetbrains-com:member-reordering-patterns"> <!-- Do not reorder COM interfaces --> <Pattern> <Match> <And Weight="2000"> <Kind Is="interface"/> <Or> <HasAttribute CLRName="System.Runtime.InteropServices.InterfaceTypeAttribute"/> <HasAttribute CLRName="System.Runtime.InteropServices.ComImport"/> </Or> </And> </Match> </Pattern> <!-- Do not reorder P/Invoke structs --> <Pattern> <Match> <And Weight="2000"> <Or> <Kind Is="struct"/> <Kind Is="class"/> </Or> <HasAttribute CLRName="System.Runtime.InteropServices.StructLayoutAttribute"/> </And> </Match> </Pattern> <!-- Do not reorder P/Invoke classes (called xxxNativeMethods) --> <Pattern> <Match> <And Weight="2000"> <Kind Is="class"/> <Name Is=".*NativeMethods" /> </And> </Match> </Pattern> <!-- StyleCop pattern --> <Pattern RemoveAllRegions="true"> <Match> <Or Weight="1000" > <Kind Is="class" /> <Kind Is="struct" /> <Kind Is="interface"/> </Or> </Match> <!-- Constants --> <Entry> <Match> <Kind Is="constant"/> </Match> <Sort> <Access Order="public internal protected-internal protected private"/> <Name/> </Sort> <Group Region="Constants"/> </Entry> <!-- Static fields --> <Entry> <Match> <And> <Kind Is="field"/> <Static /> </And> </Match> <Sort> <Access Order="public internal protected-internal protected private"/> <Readonly/> <Name/> </Sort> <Group Region="Static Fields"/> </Entry> <!-- Fields --> <Entry> <Match> <Kind Is="field"/> </Match> <Sort> <Access Order="public internal protected-internal protected private"/> <Readonly/> <Name/> </Sort> <Group Region="Fields"/> </Entry> <!-- constructors and destructors --> <Entry> <Match> <Or Weight="200"> <Kind Is="constructor"/> <Kind Is="destructor"/> </Or> </Match> <Sort> <Static/> <Kind Order="constructor destructor"/> <Access Order="public internal protected-internal protected private"/> </Sort> <Group Region="Constructors and Destructors"/> </Entry> <!-- delegates --> <Entry> <Match> <Kind Is="delegate"/> </Match> <Sort> <Access Order="public internal protected-internal protected private" /> <Static /> <Name/> </Sort> <Group Region="Delegates"/> </Entry> <!-- public events --> <Entry> <Match> <And> <Kind Is="event"/> <Access Is="public"/> </And> </Match> <Sort> <Access Order="public" /> <Static /> <Name/> </Sort> <Group Region="Public Events"/> </Entry> <!-- interface events --> <Entry> <Match> <And> <Kind Is="event"/> <ImplementsInterface/> </And> </Match> <Sort> <ImplementsInterface Immediate="true"/> <Name/> </Sort> <Group Region="Explicit Interface Events" /> </Entry> <!-- other events --> <Entry> <Match> <Kind Is="event"/> </Match> <Sort> <Access Order="public internal protected-internal protected private" /> <Static /> <Name/> </Sort> <Group Region="Events"/> </Entry> <!-- enum --> <Entry> <Match> <Kind Is="enum"/> </Match> <Sort> <Access Order="public internal protected-internal protected private" /> <Name/> </Sort> <Group Region="Enums"/> </Entry> <!-- interfaces --> <Entry> <Match> <Kind Is="interface" /> </Match> <Sort> <Access Order="public internal protected-internal protected private" /> <Name/> </Sort> <Group Region="Interfaces"/> </Entry> <!-- public properties --> <Entry> <Match> <And> <Kind Is="property"/> <Access Is="public"/> </And> </Match> <Sort> <Access Order="public"/> <Static/> <Name/> </Sort> <Group Region="Public Properties"/> </Entry> <!-- interface properties --> <Entry> <Match> <And> <Kind Is="property"/> <ImplementsInterface/> </And> </Match> <Sort> <ImplementsInterface Immediate="true"/> <Name/> </Sort> <Group Region="Explicit Interface Properties" /> </Entry> <!-- other properties --> <Entry> <Match> <Kind Is="property"/> </Match> <Sort> <Access Order="public internal protected-internal protected private"/> <Static/> <Name/> </Sort> <Group Region="Properties"/> </Entry> <!-- public indexers --> <Entry> <Match> <And> <Kind Is="indexer" Weight="1000" /> <Access Is="public"/> </And> </Match> <Sort> <Access Order="public" /> <Static/> <Name/> </Sort> <Group Region="Public Indexers"/> </Entry> <!-- interface indexers --> <Entry> <Match> <And> <Kind Is="indexer" Weight="1000"/> <ImplementsInterface/> </And> </Match> <Sort> <ImplementsInterface Immediate="true"/> <Name/> </Sort> <Group Region="Explicit Interface Indexers" /> </Entry> <!-- other indexers --> <Entry> <Match> <Kind Is="indexer" Weight="1000" /> </Match> <Sort> <Access Order="public internal protected-internal protected private" /> <Static/> <Name/> </Sort> <Group Region="Indexers"/> </Entry> <!-- public methods (includes operators) --> <Entry> <Match> <And> <Or> <Kind Is="method"/> <Kind Is="operator"/> </Or> <Access Is="public"/> </And> </Match> <Sort> <Access Order="public"/> <Static/> <Name/> </Sort> <Group Region="Public Methods and Operators"/> </Entry> <!-- interface methods --> <Entry> <Match> <And> <Kind Is="method"/> <ImplementsInterface/> </And> </Match> <Sort> <ImplementsInterface Immediate="true"/> <Name/> </Sort> <Group Region="Explicit Interface Methods" /> </Entry> <!-- other methods --> <Entry> <Match> <Kind Is="method"/> </Match> <Sort> <Access Order="public internal protected-internal protected private"/> <Static/> <Name/> </Sort> <Group Region="Methods"/> </Entry> <!-- operators --> <Entry> <Match> <Kind Is="operator"/> </Match> <Sort> <Access Order="public internal protected-internal protected private" /> <Static/> <Name/> </Sort> <Group Region="Operators"/> </Entry> <!-- Nested structs --> <Entry> <Match> <Kind Is="struct" Weight="600" /> </Match> <Sort> <Static /> <Access Order="public internal protected-internal protected private" /> <Name/> </Sort> </Entry> <!-- Nested classes --> <Entry> <Match> <Kind Is="class" Weight="700" /> </Match> <Sort> <Static /> <Access Order="public internal protected-internal protected private" /> <Name/> </Sort> </Entry> <!-- all other members --> <Entry/> </Pattern> </Patterns> True True True True -------------------------------------------------------------------------------------------------------------------- <copyright file="$FILENAME$" company="HandBrake Project (https://handbrake.fr)"> This file is part of the HandBrake source code - It may be used under the terms of the GNU General Public License. </copyright> <summary> Defines </summary> -------------------------------------------------------------------------------------------------------------------- True False False True True False True True False False True Automatic property True True True True False False AAC AC DTS DTSHD HD MP RF UI $object$_On$event$ <Policy Inspect="True" Prefix="" Suffix="" Style="AaBb" /> <Policy Inspect="True" Prefix="" Suffix="" Style="AaBb" /> <Policy Inspect="True" Prefix="I" Suffix="" Style="AaBb" /> <Policy Inspect="True" Prefix="" Suffix="" Style="AaBb" /> <Policy Inspect="True" Prefix="" Suffix="" Style="AaBb" /> <Policy Inspect="True" Prefix="" Suffix="" Style="aaBb" /> <Policy Inspect="True" Prefix="" Suffix="" Style="AaBb" /> <Policy Inspect="True" Prefix="" Suffix="" Style="AaBb" /> <Policy Inspect="True" Prefix="" Suffix="" Style="aaBb" /> <Policy Inspect="True" Prefix="" Suffix="" Style="AaBb" /> <Policy Inspect="True" Prefix="" Suffix="" Style="aaBb" /> <Policy Inspect="True" Prefix="" Suffix="" Style="aaBb" /> <Policy Inspect="True" Prefix="" Suffix="" Style="AaBb" /> <Policy Inspect="True" Prefix="" Suffix="" Style="AaBb" /> <Policy Inspect="True" Prefix="" Suffix="" Style="AaBb" /> <Policy Inspect="True" Prefix="T" Suffix="" Style="AaBb" /> <Policy Inspect="True" Prefix="" Suffix="" Style="AaBb" /> $object$_On$event$ <Policy Inspect="True" Prefix="" Suffix="" Style="AaBb" /> <Policy Inspect="True" Prefix="" Suffix="" Style="AaBb" /> <Policy Inspect="True" Prefix="" Suffix="" Style="AaBb" /> <Policy Inspect="True" Prefix="" Suffix="" Style="AaBb" /> <Policy Inspect="True" Prefix="" Suffix="" Style="aaBb" /> <Policy Inspect="True" Prefix="" Suffix="" Style="AaBb" /> <Policy Inspect="True" Prefix="" Suffix="" Style="AaBb" /> <Configurator><ConnectList /></Configurator> False Original True ObjectBrowser False False False False False False False False False False False C:\Users\Scott\AppData\Local\JetBrains\Transient\ReSharperPlatformVs15\v08_1705b2cd\SolutionCaches TEMP_FOLDER True 1 True True LIVE_MONITOR LIVE_MONITOR DO_NOTHING LIVE_MONITOR LIVE_MONITOR LIVE_MONITOR LIVE_MONITOR LIVE_MONITOR LIVE_MONITOR LIVE_MONITOR LIVE_MONITOR DO_NOTHING LIVE_MONITOR True True True True True True True True True True True True True True False 05/06/2018 13:20:40 VS SymbolsVs08 False False True True True anonymous True True [0,1.5](1024,768) CSharpCodeStyle2 -13,-311 True InspectionSeverity False 271 269 91 True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True True NotOverridden NotOverridden NotOverridden NotOverridden NotOverridden NotOverridden NotOverridden NotOverridden NotOverridden 10 C:\Users\Scott\AppData\Local\JetBrains\Shared\vAny\Sessions 8