1 write to Length
System.Private.Reflection.Execution (1)
Internal\Reflection\Execution\ExecutionEnvironmentImplementation.ManifestResources.cs (1)
139Length = length;
3 references to Length
System.Private.Reflection.Execution (3)
Internal\Reflection\Execution\ExecutionEnvironmentImplementation.ManifestResources.cs (3)
88Debug.Assert(resourceInfo.Index >= 0 && resourceInfo.Length >= 0 && (uint)(resourceInfo.Index + resourceInfo.Length) <= cbBlob); 89return new UnmanagedMemoryStream(pBlob + resourceInfo.Index, resourceInfo.Length);