1 write to _locationInfo
mscorlib (1)
system\resources\resourcemanager.cs (1)
429_locationInfo = resourceSource;
8 references to _locationInfo
mscorlib (8)
system\resources\resourcemanager.cs (8)
430MainAssembly = _locationInfo.Assembly; 528if (_locationInfo != null && _locationInfo.Namespace != null) 529outputResName = _locationInfo.Namespace + Type.Delimiter + defaultResName; 719Stream stream = mainAssembly.GetManifestResourceStream(_locationInfo, fileName, m_callingAssembly == MainAssembly, ref stackMark); 1117String reswFilename = _locationInfo == null ? BaseNameField : _locationInfo.FullName; 1628get { return _rm._locationInfo; }