2 writes to _eventTypeWithAnnotations
Microsoft.CodeAnalysis.CSharp (2)
Symbols\Metadata\PE\PEEventSymbol.cs (2)
86_eventTypeWithAnnotations = TypeWithAnnotations.Create(new UnsupportedMetadataTypeSymbol(mrEx)); 110_eventTypeWithAnnotations = type;
5 references to _eventTypeWithAnnotations
Microsoft.CodeAnalysis.CSharp (5)
Symbols\Metadata\PE\PEEventSymbol.cs (5)
90TypeSymbol originalEventType = _eventTypeWithAnnotations.Type; 91if (!_eventTypeWithAnnotations.HasType) 170TypeSymbol.Equals(_eventTypeWithAnnotations.Type, ((NamedTypeSymbol)candidateAssociatedFieldType).TypeArgumentsWithAnnotationsNoUseSiteDiagnostics[0].Type, TypeCompareKind.ConsiderEverything2)) 177if (TypeSymbol.Equals(candidateAssociatedFieldType, _eventTypeWithAnnotations.Type, TypeCompareKind.ConsiderEverything2)) 331get { return _eventTypeWithAnnotations; }