4 references to ReplacementChangesSemantics
Microsoft.CodeAnalysis.CSharp.CodeStyle (1)
DefaultExpressionSyntaxExtensions.cs (1)
91
return !speculationAnalyzer.
ReplacementChangesSemantics
();
Microsoft.CodeAnalysis.CSharp.CodeStyle.Fixes (1)
CSharpReplaceDiscardDeclarationsWithAssignmentsService.cs (1)
85
if (!speculationAnalyzer.
ReplacementChangesSemantics
())
Microsoft.CodeAnalysis.VisualBasic.CodeStyle (1)
CastAnalyzer.vb (1)
235
If speculationAnalyzer.
ReplacementChangesSemantics
() Then
Microsoft.CodeAnalysis.VisualBasic.CodeStyle.Fixes (1)
ParameterSyntaxExtensions.vb (1)
31
Return Not speculationAnalyzer.
ReplacementChangesSemantics
()