2 writes to _eventTypeWithAnnotations
Microsoft.CodeAnalysis.CSharp (2)
Symbols\Metadata\PE\PEEventSymbol.cs (2)
89
_eventTypeWithAnnotations
= TypeWithAnnotations.Create(new UnsupportedMetadataTypeSymbol(mrEx));
113
_eventTypeWithAnnotations
= type;
5 references to _eventTypeWithAnnotations
Microsoft.CodeAnalysis.CSharp (5)
Symbols\Metadata\PE\PEEventSymbol.cs (5)
93
TypeSymbol originalEventType =
_eventTypeWithAnnotations
.Type;
94
if (!
_eventTypeWithAnnotations
.HasType)
173
TypeSymbol.Equals(
_eventTypeWithAnnotations
.Type, ((NamedTypeSymbol)candidateAssociatedFieldType).TypeArgumentsWithAnnotationsNoUseSiteDiagnostics[0].Type, TypeCompareKind.ConsiderEverything2))
180
if (TypeSymbol.Equals(candidateAssociatedFieldType,
_eventTypeWithAnnotations
.Type, TypeCompareKind.ConsiderEverything2))
334
get { return
_eventTypeWithAnnotations
; }