2 writes to _type
Microsoft.CodeAnalysis.CSharp (2)
Symbols\Source\SourceFieldLikeEventSymbol.cs (2)
38
_type
= BindEventType(binder, declarationSyntax.Type, declaratorDiagnostics);
59
CopyEventCustomModifiers(overriddenEvent, ref
_type
, ContainingAssembly);
1 reference to _type
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Source\SourceFieldLikeEventSymbol.cs (1)
144
get { return
_type
; }