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