6 references to TypedReference
AssemblyStripper (6)
.packages\microsoft.dotnet.cilstrip.sources\9.0.0-beta.24324.1\contentFiles\cs\netstandard2.0\Mono.Cecil\ReflectionReader.cs (3)
928 paramType = SearchCoreType (Constants.TypedReference); 1041 retType = SearchCoreType (Constants.TypedReference); 1099 return SearchCoreType (Constants.TypedReference);
.packages\microsoft.dotnet.cilstrip.sources\9.0.0-beta.24324.1\contentFiles\cs\netstandard2.0\Mono.Cecil\ReflectionWriter.cs (3)
1071 case Constants.TypedReference : 1220 if (pDef.ParameterType.FullName == Constants.TypedReference) 1252 else if (meth.ReturnType.ReturnType.FullName == Constants.TypedReference)