2 references to RequiresAllowUnsafeBlocks
Microsoft.Interop.ComInterfaceGenerator (2)
ComClassInfo.cs (1)
30return DiagnosticOr<ComClassInfo>.From(DiagnosticInfo.Create(GeneratorDiagnostics.RequiresAllowUnsafeBlocks, syntax.Identifier.GetLocation()));
ComInterfaceInfo.cs (1)
58return DiagnosticOrInterfaceInfo.From(DiagnosticInfo.Create(GeneratorDiagnostics.RequiresAllowUnsafeBlocks, syntax.Identifier.GetLocation()));