11 overrides of CanBeCallerUnsafe
Microsoft.CodeAnalysis.CSharp (11)
Lowering\SynthesizedMethodBaseSymbol.cs (1)
178internal sealed override bool CanBeCallerUnsafe => true;
Symbols\Source\LambdaSymbol.cs (1)
431internal override bool CanBeCallerUnsafe => false;
Symbols\Source\LocalFunctionSymbol.cs (1)
422internal override bool CanBeCallerUnsafe => true;
Symbols\Source\SourceConstructorSymbol.cs (1)
250internal sealed override bool CanBeCallerUnsafe => MethodKind != MethodKind.StaticConstructor;
Symbols\Source\SourceDelegateMethodSymbol.cs (1)
147internal sealed override bool CanBeCallerUnsafe => false;
Symbols\Source\SourceDestructorSymbol.cs (1)
107internal sealed override bool CanBeCallerUnsafe => false;
Symbols\Source\SourceEventAccessorSymbol.cs (1)
199internal sealed override bool CanBeCallerUnsafe => true;
Symbols\Source\SourceOrdinaryMethodOrUserDefinedOperatorSymbol.cs (1)
176internal sealed override bool CanBeCallerUnsafe => true;
Symbols\Source\SourcePropertyAccessorSymbol.cs (1)
464internal sealed override bool CanBeCallerUnsafe => true;
Symbols\Synthesized\Records\SynthesizedPrimaryConstructor.cs (1)
100internal sealed override bool CanBeCallerUnsafe => false;
Symbols\Synthesized\SynthesizedSimpleProgramEntryPointSymbol.cs (1)
154internal sealed override bool CanBeCallerUnsafe
1 reference to CanBeCallerUnsafe
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Source\SourceMethodSymbol.cs (1)
133if (!CanBeCallerUnsafe)