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