2 writes to _message
Microsoft.DotNet.GenFacades (2)
NotSupportedAssemblyGenerator.cs (2)
104_message = "System." + message; 108_message = message;
2 references to _message
Microsoft.DotNet.GenFacades (2)
NotSupportedAssemblyGenerator.cs (2)
174string message = "{ throw new System.PlatformNotSupportedException(" + $"{ _message }); "+ " } "; 221private string GetDefaultMessage() => "{ throw new System.PlatformNotSupportedException(" + $"{ _message }); " + " }\n";