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)
32
if (
_defaultMarshallingInfo
.CharEncoding == CharEncoding.Undefined)
36
else if (
_defaultMarshallingInfo
.CharEncoding == CharEncoding.Custom)
38
if (
_defaultMarshallingInfo
.StringMarshallingCustomType is not null)
47
_defaultMarshallingInfo
.StringMarshallingCustomType,
60
return
_defaultMarshallingInfo
.CharEncoding switch
68
return new MarshallingInfoStringSupport(
_defaultMarshallingInfo
.CharEncoding);