예제 #1
0
 // Does the command mutate global state?
 internal static bool CommandDefined(TpmCc command)
 {
     return(ThreadSafety.ContainsKey(command));
 }