1 implementation of GetType
Microsoft.CodeAnalysis (1)
Emit\NoPia\CommonEmbeddedEvent.cs (1)
143
Cci.ITypeReference Cci.IEventDefinition.
GetType
(EmitContext context)
3 references to GetType
Microsoft.CodeAnalysis (3)
PEWriter\MetadataVisitor.cs (1)
89
this.Visit(eventDefinition.
GetType
(Context));
PEWriter\MetadataWriter.cs (1)
2214
type: GetTypeHandle(eventDef.
GetType
(Context)));
PEWriter\ReferenceIndexerBase.cs (1)
53
this.Visit(eventDefinition.
GetType
(Context));