1 write to _defaultMarshallingInfo
Microsoft.Interop.SourceGeneration (1)
StringMarshallingInfoProvider.cs (1)
25_defaultMarshallingInfo = defaultMarshallingInfo;
6 references to _defaultMarshallingInfo
Microsoft.Interop.SourceGeneration (6)
StringMarshallingInfoProvider.cs (6)
32if (_defaultMarshallingInfo.CharEncoding == CharEncoding.Undefined) 36else if (_defaultMarshallingInfo.CharEncoding == CharEncoding.Custom) 38if (_defaultMarshallingInfo.StringMarshallingCustomType is not null) 47_defaultMarshallingInfo.StringMarshallingCustomType, 60return _defaultMarshallingInfo.CharEncoding switch 68return new MarshallingInfoStringSupport(_defaultMarshallingInfo.CharEncoding);