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)
204if (attrInfo.StringMarshallingCustomType is null) 218attrInfo.StringMarshallingCustomType.FullTypeName.Replace(TypeNames.GlobalAlias, ""), 223else if (attrInfo.StringMarshallingCustomType is not null) 238&& (baseAttr.StringMarshalling, baseAttr.StringMarshallingCustomType) != (attrInfo.StringMarshalling, attrInfo.StringMarshallingCustomType))