2 writes to _message
Microsoft.DotNet.GenFacades (2)
NotSupportedAssemblyGenerator.cs (2)
96_message = "System." + message; 100_message = message;
2 references to _message
Microsoft.DotNet.GenFacades (2)
NotSupportedAssemblyGenerator.cs (2)
166string message = "{ throw new System.PlatformNotSupportedException(" + $"{ _message }); "+ " } "; 213private string GetDefaultMessage() => "{ throw new System.PlatformNotSupportedException(" + $"{ _message }); " + " }\n";