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)
90
TypeSymbol originalEventType =
_eventTypeWithAnnotations
.Type;
91
if (!
_eventTypeWithAnnotations
.HasType)
170
TypeSymbol.Equals(
_eventTypeWithAnnotations
.Type, ((NamedTypeSymbol)candidateAssociatedFieldType).TypeArgumentsWithAnnotationsNoUseSiteDiagnostics[0].Type, TypeCompareKind.ConsiderEverything2))
177
if (TypeSymbol.Equals(candidateAssociatedFieldType,
_eventTypeWithAnnotations
.Type, TypeCompareKind.ConsiderEverything2))
331
get { return
_eventTypeWithAnnotations
; }