1 write to CurrentCompilation
Microsoft.CodeAnalysis.CSharp (1)
Symbols\ConstraintsHelper.cs (1)
512
this.
CurrentCompilation
= currentCompilation;
7 references to CurrentCompilation
Microsoft.CodeAnalysis.CSharp (7)
Symbols\ConstraintsHelper.cs (7)
548
Binder.CheckManagedAddr(args.
CurrentCompilation
, ((PointerTypeSymbol)type).PointedAtType, args.Location, args.Diagnostics);
668
Debug.Assert(args.
CurrentCompilation
is object);
695
if (!(args.
CurrentCompilation
!= null && type.IsFromCompilation(args.
CurrentCompilation
)) && HasDuplicateInterfaces(type, null))
925
if (!(args.
CurrentCompilation
is null))
927
var csDiagnosticInfo = MessageID.IDS_FeatureUnmanagedConstructedTypes.GetFeatureAvailabilityDiagnosticInfo(args.
CurrentCompilation
);
1113
SymbolDistinguisher distinguisher = new SymbolDistinguisher(args.
CurrentCompilation
, constraintType.Type, typeArgument.Type);