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