20 references to GetResourceString
System.Diagnostics.DiagnosticSource (20)
artifacts\obj\System.Diagnostics.DiagnosticSource\Debug\net10.0\System.SR.cs (20)
16internal static string @ActivityIdFormatInvalid => GetResourceString("ActivityIdFormatInvalid", @"""Value must be a valid ActivityIdFormat value"""); 18internal static string @ActivityNotRunning => GetResourceString("ActivityNotRunning", @"Trying to set an Activity that is not running"); 20internal static string @ActivityNotStarted => GetResourceString("ActivityNotStarted", @"""Can not stop an Activity that was not started"""); 22internal static string @ActivityStartAlreadyStarted => GetResourceString("ActivityStartAlreadyStarted", @"""Can not start an Activity that was already started"""); 24internal static string @ActivitySetParentAlreadyStarted => GetResourceString("ActivitySetParentAlreadyStarted", @"""Can not set parent on already started Activity"""); 26internal static string @EndTimeNotUtc => GetResourceString("EndTimeNotUtc", @"""EndTime is not UTC"""); 28internal static string @OperationNameInvalid => GetResourceString("OperationNameInvalid", @"""OperationName must not be null or empty"""); 30internal static string @ParentIdAlreadySet => GetResourceString("ParentIdAlreadySet", @"""ParentId is already set"""); 32internal static string @ParentIdInvalid => GetResourceString("ParentIdInvalid", @"""ParentId must not be null or empty"""); 34internal static string @SetFormatOnStartedActivity => GetResourceString("SetFormatOnStartedActivity", @"""Can not change format for an activity that was already started"""); 36internal static string @SetParentIdOnActivityWithParent => GetResourceString("SetParentIdOnActivityWithParent", @"""Can not set ParentId on activity which has parent"""); 38internal static string @StartTimeNotUtc => GetResourceString("StartTimeNotUtc", @"""StartTime is not UTC"""); 40internal static string @KeyAlreadyExist => GetResourceString("KeyAlreadyExist", @"""The collection already contains item with same key '{0}''"""); 42internal static string @InvalidTraceParent => GetResourceString("InvalidTraceParent", @"""Invalid trace parent."""); 44internal static string @UnableAccessServicePointTable => GetResourceString("UnableAccessServicePointTable", @"Unable to access the ServicePointTable field"); 46internal static string @UnableToInitialize => GetResourceString("UnableToInitialize", @"Unable to initialize all required reflection objects"); 48internal static string @UnsupportedType => GetResourceString("UnsupportedType", @"{0} is unsupported type for this operation. The only supported types are byte, short, int, long, float, double, and decimal."); 50internal static string @Arg_BufferTooSmall => GetResourceString("Arg_BufferTooSmall", @"Destination buffer is not long enough to copy all the items in the list."); 52internal static string @InvalidInstrumentType => GetResourceString("InvalidInstrumentType", @"The instrument is of different generic type."); 54internal static string @InvalidHistogramExplicitBucketBoundaries => GetResourceString("InvalidHistogramExplicitBucketBoundaries", @"Histogram explicit bucket boundaries must be specified in ascending order and cannot contain duplicate values.");