3 writes to HasIndexedName
Microsoft.CodeAnalysis.CSharp (3)
Symbols\AnonymousTypes\SynthesizedSymbols\AnonymousType.DelegateTemplateSymbol.cs (3)
42
HasIndexedName
= false;
105
HasIndexedName
= true;
165
HasIndexedName
= true;
3 references to HasIndexedName
Microsoft.CodeAnalysis.CSharp (3)
Emitter\EditAndContinue\CSharpSymbolMatcher.cs (1)
340
if (delegateTemplate.
HasIndexedName
)
Symbols\AnonymousTypes\AnonymousTypeManager.Templates.cs (2)
631
if (ReferenceEquals(template.Manager, this) && template.
HasIndexedName
)
653
if (ReferenceEquals(template.Manager, this) && !template.
HasIndexedName
)