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