8 references to Updated
Microsoft.CodeAnalysis.CSharp (8)
Binder\Binder_Expressions.cs (2)
7681ReportUnsafeIfNotAllowed(node.OperatorToken.GetLocation(), diagnostics, MemorySafetyRules.Updated); 10300ReportUnsafeIfNotAllowed(node.ArgumentList.OpenBracketToken.GetLocation(), diagnostics, MemorySafetyRules.Updated);
Binder\Binder_Invocation.cs (1)
2618ReportUnsafeIfNotAllowed(node, diagnostics, disallowedUnder: MemorySafetyRules.Updated);
Binder\Binder_Operators.cs (1)
4091ReportUnsafeIfNotAllowed(node.OperatorToken.GetLocation(), diagnostics, MemorySafetyRules.Updated);
Binder\Binder_Unsafe.cs (4)
113ReportUnsafeIfNotAllowed(arg, location, diagnostics, disallowedUnder: MemorySafetyRules.Updated, 170ReportUnsafeIfNotAllowed(node, diagnostics, disallowedUnder: MemorySafetyRules.Updated, customErrorCode: ErrorCode.ERR_UnsafeUninitializedStackAlloc); 294Debug.Assert(disallowedUnder is MemorySafetyRules.Updated); 323Debug.Assert(disallowedUnder is MemorySafetyRules.Updated);