3 writes to StringMarshallingCustomType
Microsoft.Interop.ComInterfaceGenerator (1)
GeneratedComInterfaceAttributeData.cs (1)
24StringMarshallingCustomType = generatedComInterfaceAttr.StringMarshallingCustomType is not null
Microsoft.Interop.LibraryImportGenerator (1)
src\libraries\System.Runtime.InteropServices\gen\Common\LibraryImportData.cs (1)
21StringMarshallingCustomType = libraryImport.StringMarshallingCustomType is not null
Microsoft.Interop.LibraryImportGenerator.Downlevel (1)
src\libraries\System.Runtime.InteropServices\gen\Common\LibraryImportData.cs (1)
21StringMarshallingCustomType = libraryImport.StringMarshallingCustomType is not null
5 references to StringMarshallingCustomType
Microsoft.Interop.ComInterfaceGenerator (5)
ComInterfaceInfo.cs (5)
207if (attrInfo.StringMarshallingCustomType is null) 221attrInfo.StringMarshallingCustomType.FullTypeName.Replace(TypeNames.GlobalAlias, ""), 226else if (attrInfo.StringMarshallingCustomType is not null) 241&& (baseAttr.StringMarshalling, baseAttr.StringMarshallingCustomType) != (attrInfo.StringMarshalling, attrInfo.StringMarshallingCustomType))