1 override of IsInteractive
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Source\SourceAssemblySymbol.cs (1)
171public override bool IsInteractive
8 references to IsInteractive
Microsoft.CodeAnalysis.CSharp (8)
Binder\Semantics\AccessCheck.cs (2)
688if (fromAssembly.IsInteractive && toAssembly.IsInteractive)
Symbols\MethodSymbol.cs (2)
693return IsScriptConstructor && ContainingAssembly.IsInteractive; 701return IsScriptInitializer && ContainingAssembly.IsInteractive;
Symbols\PublicModel\AssemblySymbol.cs (1)
40bool IAssemblySymbol.IsInteractive => UnderlyingAssemblySymbol.IsInteractive;
Symbols\Source\SourceModuleSymbol.cs (1)
496return ContainingAssembly.IsInteractive ? AttributeLocation.None : AttributeLocation.Assembly | AttributeLocation.Module;
Symbols\Symbol.cs (2)
269if (ContainingAssembly.IsInteractive) 295if (ContainingAssembly.IsInteractive)