2 writes to MissingPattern
Microsoft.NET.HostModel (2)
AppHost\PlaceHolderNotFoundInAppHostException.cs (2)
17MissingPattern = pattern; 21MissingPattern = pattern.ToArray();
2 references to MissingPattern
Microsoft.NET.Build.Tasks (2)
CreateAppHost.cs (1)
149throw new BuildErrorException(Strings.AppHostHasBeenModified, AppHostSourcePath, BitConverter.ToString(ex.MissingPattern));
GenerateShims.cs (1)
142throw new BuildErrorException(Strings.AppHostHasBeenModified, resolvedApphostAssetPath, BitConverter.ToString(ex.MissingPattern));