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