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