11 references to LocationInfo
mscorlib (11)
system\resources\filebasedresourcegroveler.cs (2)
68throw 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)
184if (_mediator.LocationInfo != null && _mediator.LocationInfo.Namespace != null) 185resName = _mediator.LocationInfo.Namespace + Type.Delimiter + defaultResName; 440Stream stream = satellite.GetManifestResourceStream(_mediator.LocationInfo, fileName, canSkipSecurityCheck, ref stackMark); 461if (_mediator.LocationInfo != null) 463String nameSpace = _mediator.LocationInfo.Namespace; 684if (_mediator.LocationInfo != null && _mediator.LocationInfo.Namespace != null) 685resName = _mediator.LocationInfo.Namespace + Type.Delimiter;