9 references to None
Microsoft.CodeAnalysis.CodeStyle (1)
J\s\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Extensions\SpecialTypeExtensions.cs\SpecialTypeExtensions.cs (1)
33
_ => PredefinedType.
None
,
Microsoft.CodeAnalysis.CSharp.CodeStyle (3)
CSharpSyntaxFacts.cs (3)
325
return type != PredefinedType.
None
;
351
_ => PredefinedType.
None
,
353
_ => PredefinedType.
None
,
Microsoft.CodeAnalysis.VisualBasic.CodeStyle (5)
VisualBasicSyntaxFacts.vb (5)
302
Dim actualType As PredefinedType = PredefinedType.
None
303
Return TryGetPredefinedType(token, actualType) AndAlso actualType <> PredefinedType.
None
307
Dim actualType As PredefinedType = PredefinedType.
None
323
Return type <> PredefinedType.
None
361
Return PredefinedType.
None