1 write to GuardOpt
System.Reflection.Metadata (1)
System\Reflection\Internal\MemoryBlocks\StreamConstraints.cs (1)
14
GuardOpt
= guardOpt;
3 references to GuardOpt
System.Reflection.Metadata (3)
System\Reflection\Internal\MemoryBlocks\MemoryBlockProvider.cs (1)
43
/// The operations on the stream has to be done under a lock of <see cref="StreamConstraints.
GuardOpt
"/> if non-null.
System\Reflection\PortableExecutable\PEReader.cs (2)
315
if (constraints.
GuardOpt
!= null)
317
lock (constraints.
GuardOpt
)