5 references to ChangesSemantics
Microsoft.CodeAnalysis.CSharp.CodeStyle (5)
src\Analyzers\CSharp\Analyzers\UseCollectionExpression\CSharpUseCollectionExpressionForArrayDiagnosticAnalyzer.cs (2)
200properties: changesSemantics ? ChangesSemantics : null)); 207var properties = changesSemantics ? ChangesSemantics : null;
src\Analyzers\CSharp\Analyzers\UseCollectionExpression\CSharpUseCollectionExpressionForBuilderDiagnosticAnalyzer.cs (1)
53var properties = analysisResult.ChangesSemantics ? ChangesSemantics : null;
src\Analyzers\CSharp\Analyzers\UseCollectionExpression\CSharpUseCollectionExpressionForEmptyDiagnosticAnalyzer.cs (1)
60properties: changesSemantics ? ChangesSemantics : null));
src\Analyzers\CSharp\Analyzers\UseCollectionExpression\CSharpUseCollectionExpressionForFluentDiagnosticAnalyzer.cs (1)
105properties: analysisResult.Value.ChangesSemantics ? ChangesSemantics : null));