2 references to _marshallingDescriptorIndex
Microsoft.CodeAnalysis (2)
PEWriter\MetadataWriter.cs (2)
1070
if (
_marshallingDescriptorIndex
.TryGetValue(marshallingInformation, out result))
1078
_marshallingDescriptorIndex
.Add(marshallingInformation, result);