2 instantiations of StatefulValueMarshalling
Microsoft.Interop.SourceGeneration (2)
Marshalling\AttributedMarshallingModelGeneratorResolver.cs (2)
168
marshallingStrategy = new
StatefulValueMarshalling
(info, context, marshallerData.MarshallerType, marshallerData.NativeType, marshallerData.Shape);
262
marshallingStrategy = new
StatefulValueMarshalling
(info, context, marshallerType, nativeType, marshallerData.Shape);
7 references to StatefulValueMarshalling
Microsoft.Interop.SourceGeneration (7)
Marshalling\StatefulMarshallingStrategy.cs (7)
213
IdentifierName(context.GetAdditionalIdentifier(TypeInfo,
StatefulValueMarshalling
.MarshallerIdentifier)),
269
string marshaller =
StatefulValueMarshalling
.GetMarshallerIdentifier(info, context);
279
string marshaller =
StatefulValueMarshalling
.GetMarshallerIdentifier(info, context);
289
string marshaller =
StatefulValueMarshalling
.GetMarshallerIdentifier(info, context);
301
string marshaller =
StatefulValueMarshalling
.GetMarshallerIdentifier(info, context);
484
string marshaller =
StatefulValueMarshalling
.GetMarshallerIdentifier(TypeInfo, context);
501
string marshaller =
StatefulValueMarshalling
.GetMarshallerIdentifier(TypeInfo, context);