2 instantiations of CustomTypeMarshallers
Microsoft.Interop.SourceGeneration (2)
ManualTypeMarshallingHelper.cs (1)
233
marshallers = new
CustomTypeMarshallers
()
MarshallingAttributeInfo.cs (1)
179
new
CustomTypeMarshallers
(ImmutableDictionary<MarshalMode, CustomTypeMarshallerData>.Empty.Add(
17 references to CustomTypeMarshallers
Microsoft.Interop.SourceGeneration (17)
ArrayMarshallingInfoProvider.cs (1)
73
if (ManualTypeMarshallingHelper.TryGetLinearCollectionMarshallersFromEntryType(arrayMarshaller, managedType, compilation, getMarshallingInfoForElement, out
CustomTypeMarshallers
? marshallers))
ComInterfaceMarshallingInfoProvider.cs (1)
43
if (ManualTypeMarshallingHelper.TryGetValueMarshallersFromEntryType(comInterfaceMarshaller, interfaceType, compilation, out
CustomTypeMarshallers
? marshallers))
CustomMarshallingInfoHelper.cs (4)
79
if (ManualTypeMarshallingHelper.TryGetLinearCollectionMarshallersFromEntryType(entryPointType, type, compilation, getMarshallingInfoForElement, out
CustomTypeMarshallers
? collectionMarshallers))
105
if (ManualTypeMarshallingHelper.TryGetValueMarshallersFromEntryType(entryPointType, type, compilation, out
CustomTypeMarshallers
? marshallers))
162
if (ManualTypeMarshallingHelper.TryGetValueMarshallersFromEntryType(entryPointType, type, compilation, out
CustomTypeMarshallers
? marshallers))
181
if (ManualTypeMarshallingHelper.TryGetValueMarshallersFromEntryType(marshallerType, type, compilation, out
CustomTypeMarshallers
? marshallers))
ManualTypeMarshallingHelper.cs (7)
27
public bool Equals(
CustomTypeMarshallers
other)
98
out
CustomTypeMarshallers
? marshallers)
108
out
CustomTypeMarshallers
? marshallers)
118
out
CustomTypeMarshallers
? marshallers)
129
out
CustomTypeMarshallers
? marshallers)
139
out
CustomTypeMarshallers
? marshallers)
152
out
CustomTypeMarshallers
? marshallers)
Marshalling\AttributedMarshallingModelGeneratorResolver.cs (1)
131
private CustomTypeMarshallerData GetMarshallerDataForTypePositionInfo(
CustomTypeMarshallers
marshallers, TypePositionInfo info, StubCodeContext context)
MarshallingAttributeInfo.cs (2)
112
CustomTypeMarshallers
Marshallers) : MarshallingInfo;
119
CustomTypeMarshallers
Marshallers,
SafeHandleMarshallingInfoProvider.cs (1)
68
out
CustomTypeMarshallers
? marshallers))