5 references to AddToModifiers
Microsoft.Interop.LibraryImportGenerator (1)
LibraryImportGenerator.cs (1)
352
modifiers = modifiers.
AddToModifiers
(SyntaxKind.ExternKeyword);
Microsoft.Interop.LibraryImportGenerator.Downlevel (1)
DownlevelLibraryImportGenerator.cs (1)
266
modifiers = modifiers.
AddToModifiers
(SyntaxKind.ExternKeyword);
Microsoft.Interop.SourceGeneration (3)
ContainingSyntaxContext.cs (3)
113
type = type.WithModifiers(type.Modifiers.
AddToModifiers
(SyntaxKind.UnsafeKeyword));
139
type = type.WithModifiers(type.Modifiers.
AddToModifiers
(SyntaxKind.UnsafeKeyword));
182
writer.WriteLine($"{string.Join(" ", syntax.Modifiers.
AddToModifiers
(SyntaxKind.UnsafeKeyword))} {declarationKeyword} {syntax.Identifier}{syntax.TypeParameters}");