1 instantiation of SourceProxyPair
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\TypeMapLazyDictionary.cs (1)
416
SourceProxyPair newEntryMaybe =
new
()
6 references to SourceProxyPair
System.Private.CoreLib (6)
src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\TypeMapLazyDictionary.cs (6)
362
public required
SourceProxyPair
First { get; init; }
363
public List<
SourceProxyPair
>? Others { get; private set; }
365
public void Add(
SourceProxyPair
newEntryMaybe)
367
Others ??= new List<
SourceProxyPair
>();
394
foreach (
SourceProxyPair
entry in value.Others)
416
SourceProxyPair
newEntryMaybe = new()