Base:
property
KeepLookingForDeclaredSpecialTypes
Microsoft.CodeAnalysis.CSharp.Symbols.AssemblySymbol.KeepLookingForDeclaredSpecialTypes
10 references to KeepLookingForDeclaredSpecialTypes
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (10)
Symbols\CorLibrary\CorTypes.cs (10)
106Assert.False(msCorLibRef.KeepLookingForDeclaredSpecialTypes); 111Assert.True(msCorLibRef.KeepLookingForDeclaredSpecialTypes); 135Assert.False(msCorLibRef.KeepLookingForDeclaredSpecialTypes); 141Assert.Equal(knownMissingSpecialTypes.Any(), msCorLibRef.KeepLookingForDeclaredSpecialTypes); 153Assert.True(msCorLibRef.KeepLookingForDeclaredSpecialTypes); 172Assert.True(msCorLibRef.KeepLookingForDeclaredSpecialTypes); 181Assert.False(msCorLibRef.KeepLookingForDeclaredSpecialTypes); 206Assert.True(msCorLibRef.KeepLookingForDeclaredSpecialTypes); 218Assert.True(msCorLibRef.KeepLookingForDeclaredSpecialTypes); 233Assert.False(msCorLibRef.KeepLookingForDeclaredSpecialTypes);