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