4 references to AddToModifiers
Microsoft.Interop.LibraryImportGenerator (1)
LibraryImportGenerator.cs (1)
415modifiers = modifiers.AddToModifiers(SyntaxKind.ExternKeyword);
Microsoft.Interop.LibraryImportGenerator.Downlevel (1)
DownlevelLibraryImportGenerator.cs (1)
294modifiers = modifiers.AddToModifiers(SyntaxKind.ExternKeyword);
Microsoft.Interop.SourceGeneration (2)
ContainingSyntaxContext.cs (2)
112type = type.WithModifiers(type.Modifiers.AddToModifiers(SyntaxKind.UnsafeKeyword)); 138type = type.WithModifiers(type.Modifiers.AddToModifiers(SyntaxKind.UnsafeKeyword));