1 write to standardOpcodes
System.Core (1)
System\Diagnostics\Eventing\Reader\ProviderMetadata.cs (1)
256
this.
standardOpcodes
= (List<EventOpcode>)GetProviderListProperty(this.defaultProviderHandle, UnsafeNativeMethods.EvtPublisherMetadataPropertyId.EvtPublisherMetadataOpcodes);
2 references to standardOpcodes
System.Core (2)
System\Diagnostics\Eventing\Reader\ProviderMetadata.cs (2)
255
if ( this.
standardOpcodes
== null )
257
foreach (EventOpcode standardOpcode in this.
standardOpcodes
){