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