5 references to AddToModifiers
Microsoft.Interop.ComInterfaceGenerator (1)
ComInterfaceGenerator.cs (1)
900: syntax.Modifiers.AddToModifiers(SyntaxKind.UnsafeKeyword);
Microsoft.Interop.LibraryImportGenerator (1)
LibraryImportGenerator.cs (1)
368modifiers = modifiers.AddToModifiers(SyntaxKind.ExternKeyword);
Microsoft.Interop.LibraryImportGenerator.Downlevel (1)
DownlevelLibraryImportGenerator.cs (1)
302modifiers = modifiers.AddToModifiers(SyntaxKind.ExternKeyword);
Microsoft.Interop.SourceGeneration (2)
ContainingSyntaxContext.cs (2)
158type = type.WithModifiers(type.Modifiers.AddToModifiers(SyntaxKind.UnsafeKeyword)); 194: syntax.Modifiers.AddToModifiers(SyntaxKind.UnsafeKeyword);