3 references to IntroducesUnsafeContext
Microsoft.CodeAnalysis.CSharp (3)
Binder\ExecutableCodeBinder.cs (1)
134if ((iterator as SourceMethodSymbol)?.IntroducesUnsafeContext == true
Binder\RefSafetyAnalysis.cs (2)
40if (symbol is SourceMemberMethodSymbol { IntroducesUnsafeContext: true }) 372var inUnsafeRegion = _inUnsafeRegion || localFunction.IntroducesUnsafeContext;