4 references to ResFileExtension
System.Private.CoreLib (4)
src\libraries\System.Private.CoreLib\src\System\Resources\ManifestBasedResourceGroveler.cs (2)
467
Debug.Fail("Couldn't get " + CoreLib.Name + ResourceManager.
ResFileExtension
+ " from " + CoreLib.Name + "'s assembly" + Environment.NewLineConst + Environment.NewLineConst + "Are you building the runtime on your machine? Chances are the BCL directory didn't build correctly. Type 'build -c' in the BCL directory. If you get build errors, look at buildd.log. If you then can't figure out what's wrong (and you aren't changing the assembly-related metadata code), ask a BCL dev.\n\nIf you did NOT build the runtime, you shouldn't be seeing this and you've found a bug.");
470
const string MesgFailFast = System.CoreLib.Name + ResourceManager.
ResFileExtension
+ " couldn't be found! Large parts of the BCL won't work!";
src\libraries\System.Private.CoreLib\src\System\Resources\ResourceManager.cs (2)
328
return BaseNameField +
ResFileExtension
;
333
return BaseNameField + "." + culture.Name +
ResFileExtension
;