3 writes to IsUserDefined
Microsoft.Interop.LibraryImportGenerator (2)
Analyzers\ConvertToLibraryImportAnalyzer.cs (2)
220interopData = interopData with { IsUserDefined = interopData.IsUserDefined | InteropAttributeMember.SetLastError, SetLastError = true }; 225interopData = interopData with { IsUserDefined = interopData.IsUserDefined | InteropAttributeMember.StringMarshalling, StringMarshalling = StringMarshalling.Utf16 };
Microsoft.Interop.SourceGeneration (1)
InteropAttributeData.cs (1)
93IsUserDefined = userDefinedValues,
12 references to IsUserDefined
Microsoft.Interop.ComInterfaceGenerator (3)
GeneratedComInterfaceAttributeData.cs (1)
21IsUserDefined = generatedComInterfaceAttr.IsUserDefined,
VirtualMethodIndexData.cs (1)
28IsUserDefined = virtualMethodIndex.IsUserDefined,
VtableIndexStubGenerator.cs (1)
248if (virtualMethodIndexData.IsUserDefined.HasFlag(InteropAttributeMember.StringMarshalling))
Microsoft.Interop.LibraryImportGenerator (4)
Analyzers\ConvertToLibraryImportAnalyzer.cs (2)
220interopData = interopData with { IsUserDefined = interopData.IsUserDefined | InteropAttributeMember.SetLastError, SetLastError = true }; 225interopData = interopData with { IsUserDefined = interopData.IsUserDefined | InteropAttributeMember.StringMarshalling, StringMarshalling = StringMarshalling.Utf16 };
LibraryImportGenerator.cs (1)
277if (libraryImportData.IsUserDefined.HasFlag(InteropAttributeMember.StringMarshalling))
src\libraries\System.Runtime.InteropServices\gen\Common\LibraryImportData.cs (1)
18IsUserDefined = libraryImport.IsUserDefined,
Microsoft.Interop.LibraryImportGenerator.Downlevel (3)
DownlevelLibraryImportGeneratorHelpers.cs (2)
16if (interopAttributeData.IsUserDefined.HasFlag(InteropAttributeMember.StringMarshalling)) 26else if (interopAttributeData.IsUserDefined.HasFlag(InteropAttributeMember.StringMarshallingCustomType))
src\libraries\System.Runtime.InteropServices\gen\Common\LibraryImportData.cs (1)
18IsUserDefined = libraryImport.IsUserDefined,
Microsoft.Interop.SourceGeneration (2)
DefaultMarshallingInfoParser.cs (2)
36if (interopAttributeData.IsUserDefined.HasFlag(InteropAttributeMember.StringMarshalling)) 46else if (interopAttributeData.IsUserDefined.HasFlag(InteropAttributeMember.StringMarshallingCustomType))