Home
last modified time | relevance | path

Searched refs:NotCustomCounter (Results 1 – 3 of 3) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/
H A DPerformanceCounter.cs504 throw new InvalidOperationException(SR.Format(SR.NotCustomCounter)); in InitializeImpl()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/services/monitoring/system/diagnosticts/
H A DPerformanceCounter.cs522 throw new InvalidOperationException(SR.GetString(SR.NotCustomCounter)); in InitializeImpl()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System/ReferenceSources/
H A DSR.cs1108 …public const string NotCustomCounter = "The requested Performance Counter is not a custom counter,… field in SR