Implemented interface member:
method
GetEvents
System.Runtime.InteropServices._Type.GetEvents()
8 overrides of GetEvents
mscorlib (6)
system\reflection\emit\enumbuilder.cs (1)
188
public override EventInfo[]
GetEvents
()
system\reflection\emit\generictypeparameterbuilder.cs (1)
140
public override EventInfo[]
GetEvents
() { throw new NotSupportedException(); }
system\reflection\emit\symboltype.cs (1)
468
public override EventInfo[]
GetEvents
()
system\reflection\emit\typebuilder.cs (1)
1222
public override EventInfo[]
GetEvents
()
system\reflection\emit\typebuilderinstantiation.cs (1)
182
public override EventInfo[]
GetEvents
() { throw new NotSupportedException(); }
system\reflection\typedelegator.cs (1)
141
public override EventInfo[]
GetEvents
()
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Metadata\MetadataStore.cs (1)
1314
public override EventInfo[]
GetEvents
()
System.Data (1)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Metadata\MetadataStore.cs (1)
1314
public override EventInfo[]
GetEvents
()
8 references to GetEvents
mscorlib (2)
system\reflection\emit\typebuilder.cs (1)
1228
return m_bakedRuntimeType.
GetEvents
();
system\reflection\typedelegator.cs (1)
143
return typeImpl.
GetEvents
();
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Metadata\MetadataStore.cs (1)
1316
EventInfo[] infos = _baseReflectionType.
GetEvents
();
System.Data (1)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Metadata\MetadataStore.cs (1)
1316
EventInfo[] infos = _baseReflectionType.
GetEvents
();
System.Workflow.Activities (4)
LocalService\CorrelationResolver.cs (1)
274
foreach (EventInfo member in this.interfaceType.
GetEvents
())
LocalService\CorrelationService.cs (2)
261
EventInfo[] events = interfaceType.
GetEvents
();
299
EventInfo[] events = interfaceType.
GetEvents
();
LocalService\ExternalDataExchangeService.cs (1)
284
EventInfo[] events = type.
GetEvents
();