2 writes to Message
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\ObsoleteAttribute.cs (2)
25Message = message; 30Message = message;
3 references to Message
Microsoft.ML.EntryPoints (1)
JsonUtils\JsonManifestUtils.cs (1)
224[FieldNames.Deprecated.Message] = JToken.FromObject(obsAttr.Message),
System.Private.Xml (2)
System\Xml\Serialization\SoapAttributes.cs (1)
46throw new InvalidOperationException(SR.Format(SR.XmlObsoleteIsError, obsoleteAttr.Message));
System\Xml\Serialization\XmlAttributes.cs (1)
97throw new InvalidOperationException(SR.Format(SR.XmlObsoleteIsError, obsoleteAttr.Message));