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)
430
MainAssembly =
_locationInfo
.Assembly;
528
if (
_locationInfo
!= null &&
_locationInfo
.Namespace != null)
529
outputResName =
_locationInfo
.Namespace + Type.Delimiter + defaultResName;
719
Stream stream = mainAssembly.GetManifestResourceStream(
_locationInfo
, fileName, m_callingAssembly == MainAssembly, ref stackMark);
1117
String reswFilename =
_locationInfo
== null ? BaseNameField :
_locationInfo
.FullName;
1628
get { return _rm.
_locationInfo
; }