3 writes to _type
Microsoft.CodeAnalysis.CSharp (3)
Symbols\Source\SourceCustomEventSymbol.cs (3)
38
_type
= BindEventType(binder, syntax.Type, diagnostics);
67
CopyEventCustomModifiers(overriddenEvent, ref
_type
, ContainingAssembly);
73
CopyEventCustomModifiers(explicitlyImplementedEvent, ref
_type
, ContainingAssembly);
1 reference to _type
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Source\SourceCustomEventSymbol.cs (1)
175
get { return
_type
; }