8 references to Updated
Microsoft.CodeAnalysis.CSharp (8)
Binder\Binder_Conversions.cs (1)
3036ReportUnsafeIfNotAllowed(syntax, diagnostics, disallowedUnder: MemorySafetyRules.Updated, customErrorCode: ErrorCode.ERR_UnsafeUninitializedStackAlloc);
Binder\Binder_Expressions.cs (2)
7668ReportUnsafeIfNotAllowed(node.OperatorToken.GetLocation(), diagnostics, MemorySafetyRules.Updated); 9619ReportUnsafeIfNotAllowed(node.ArgumentList.OpenBracketToken.GetLocation(), diagnostics, MemorySafetyRules.Updated);
Binder\Binder_Invocation.cs (1)
2586ReportUnsafeIfNotAllowed(node, diagnostics, disallowedUnder: MemorySafetyRules.Updated);
Binder\Binder_Operators.cs (1)
4066ReportUnsafeIfNotAllowed(node.OperatorToken.GetLocation(), diagnostics, MemorySafetyRules.Updated);
Binder\Binder_Unsafe.cs (3)
109ReportUnsafeIfNotAllowed(arg, location, diagnostics, disallowedUnder: MemorySafetyRules.Updated, 263Debug.Assert(disallowedUnder is MemorySafetyRules.Updated); 286Debug.Assert(disallowedUnder is MemorySafetyRules.Updated);