2 references to ReplacementChangesSemantics
Roslyn.Diagnostics.CSharp.Analyzers (2)
src\50a3a051b0fef0d6\CSharpReplaceDiscardDeclarationsWithAssignmentsService.cs (1)
90
if (!speculationAnalyzer.
ReplacementChangesSemantics
())
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Extensions\DefaultExpressionSyntaxExtensions.cs (1)
91
return !speculationAnalyzer.
ReplacementChangesSemantics
();