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