14 references to NameSyntaxes
Microsoft.Interop.ComInterfaceGenerator (1)
VirtualMethodPointerStubGenerator.cs (1)
245NameSyntaxes.UnmanagedCallersOnlyAttribute);
Microsoft.Interop.LibraryImportGenerator (8)
LibraryImportGenerator.cs (8)
92attributes.Add(Attribute(NameSyntaxes.SuppressGCTransitionAttribute)); 97attributes.Add(Attribute(NameSyntaxes.System_Diagnostics_StackTraceHiddenAttribute)); 102attributes.Add(Attribute(NameSyntaxes.System_Diagnostics_DebuggerHiddenAttribute)); 107AttributeSyntax unmanagedCallConvSyntax = Attribute(NameSyntaxes.UnmanagedCallConvAttribute); 133Attribute(NameSyntaxes.DefaultDllImportSearchPathsAttribute).AddArgumentListArguments( 141attributes.Add(Attribute(NameSyntaxes.WasmImportLinkageAttribute)); 431NameSyntaxes.DllImportAttribute, 476NameSyntaxes.DllImportAttribute,
Microsoft.Interop.LibraryImportGenerator.Downlevel (3)
DownlevelLibraryImportGenerator.cs (3)
118Attribute(NameSyntaxes.DefaultDllImportSearchPathsAttribute).AddArgumentListArguments( 365NameSyntaxes.DllImportAttribute, 410NameSyntaxes.DllImportAttribute,
Microsoft.Interop.SourceGeneration (2)
SignatureContext.cs (2)
73NameSyntaxes.System_CodeDom_Compiler_GeneratedCodeAttribute, 90Attribute(NameSyntaxes.System_Runtime_CompilerServices_SkipLocalsInitAttribute))));