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