Base:
property
UseUpdatedEscapeRules
Microsoft.CodeAnalysis.CSharp.Symbols.ParameterSymbol.UseUpdatedEscapeRules
3 references to UseUpdatedEscapeRules
Microsoft.CodeAnalysis.CSharp (3)
Symbols\Source\SourceClonedParameterSymbol.cs (1)
70
internal sealed override bool UseUpdatedEscapeRules => _originalParam.
UseUpdatedEscapeRules
;
Symbols\Source\SourceComplexParameterSymbol.cs (2)
214
UseUpdatedEscapeRules
)
869
if (!this.
UseUpdatedEscapeRules
)