11 references to LocationInfo
mscorlib (11)
system\resources\filebasedresourcegroveler.cs (2)
68
throw new MissingManifestResourceException(Environment.GetResourceString("MissingManifestResource_NoNeutralDisk") + Environment.NewLine + "baseName: " + _mediator.BaseNameField + " locationInfo: " + (_mediator.
LocationInfo
== null ? "<null>" : _mediator.
LocationInfo
.FullName) + " fileName: " + _mediator.GetResourceFileName(culture));
system\resources\manifestbasedresourcegroveler.cs (9)
184
if (_mediator.
LocationInfo
!= null && _mediator.
LocationInfo
.Namespace != null)
185
resName = _mediator.
LocationInfo
.Namespace + Type.Delimiter + defaultResName;
440
Stream stream = satellite.GetManifestResourceStream(_mediator.
LocationInfo
, fileName, canSkipSecurityCheck, ref stackMark);
461
if (_mediator.
LocationInfo
!= null)
463
String nameSpace = _mediator.
LocationInfo
.Namespace;
684
if (_mediator.
LocationInfo
!= null && _mediator.
LocationInfo
.Namespace != null)
685
resName = _mediator.
LocationInfo
.Namespace + Type.Delimiter;